home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.teleport.com!sschaem
- From: sschaem@teleport.com (Stephan Schaem)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Assembler Linking, which?
- Date: 31 Dec 1995 23:12:26 GMT
- Organization: Teleport - Portland's Public Access (503) 220-1016
- Message-ID: <4c75cq$l7b@maureen.teleport.com>
- References: <4c3l3rINNh90@newsman.murdoch.edu.au> <898.6573T1068T323@norconnect.no>
- NNTP-Posting-Host: linda.teleport.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Kenneth C. Nilsen (kenneth@norconnect.no) wrote:
- : MH> Im probably an ok asm coder, but what I cant figure out is this.
-
- : MH> Using asmOne that I have from aminet , Im wondering how you can
- : MH> link an external object module to the asm code.
-
- : MH> I know that in C it is possible to join various object.o files for use by
- : MH> my c program using a program called BLINK ok, but how is it done in
- : MH> asmOne.
-
- : Same way in assembler. Save your sources as objects and link them with eg.
- : BLink. I have very little experience with linking in this way, but of what I
- : remember doing this a few years ago, it should work ok.
-
- : Use the command >WL (write link) in AsmOne.
-
- LEts not forget the XREF/XDEF 'keywords', and I recommand ALink (On aminet)
- much better product then blink/slink
-
- Stephan
-